home *** CD-ROM | disk | FTP | other *** search
- SPIDER CONTAINERS FOR OBJECT PASCAL
-
- For the latest version and information, see
-
- http://www.cam.org/~mibra/spider/
-
- OVERVIEW
-
- Spider containers are a set of generic type-safe
- container classes for Borland's Object Pascal
- language found in versions 1.0 and 2.0 of Delphi(tm).
-
- Complete details of the library included in the
- Windows(tm) help file CONTAIN.HLP.
-
-
- INSTALLATION
-
- 1. Run the file Setup.exe. (if not already done)
-
- 2. When using the evaluation version of the library,
- projects using the library must establish the project
- directory settings to the path .\16Bit or .\32Bit
- (depending on which version of Delphi) relative to the
- installation path.
-
- When using the production version of the library,
- projects using the library must establish the project
- directory settings to the path .\Source relative to
- the installation path.
-
- 3. Merging the help file with Delphi's help system.
-
- Close Delphi if it is currently running.
-
- Run the help installer, HelpInst.Exe, found under
- the Help directory of your Delphi installation.
-
- Select Options | Search Paths. Enter the search path
- for the Delphi help directory. This may be very tricky
- if you are working with Delphi 2.0. As the help
- installer utility does not support long file names,
- you may use the abbreviated DOS directory names. For
- example, for the
-
- c:\Program Files\Borland\Delphi 2.0\Help
-
- path, may translate to
-
- c:\progra~1\borland\delphi~1.0\Help
-
- Select File | Open, choose the file ..\Bin\Delphi.Hdx
-
- Select Keywords | Add Keyword File, then specify
- ..\Help\Contain.Kwf relative to the installation
- directory of the Spider Container classes.
-
- Select File | Save, then exit the Delphi Help Installer.
-
-